1 namespace VietGraph
2 {
3     
partial class Graph
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             
this.label1 = new System.Windows.Forms.Label();
33             
this.lblPosition = new System.Windows.Forms.Label();
34             
this.lblSensitivity = new System.Windows.Forms.Label();
35             
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
36             
this.cartesianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37             
this.polarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38             
this.ẩnHiệnKhungLướiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39             
this.ẩnHiệnBiểuThứcToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40             
this.mniThemBotBieuThuc = new System.Windows.Forms.ToolStripMenuItem();
41             
this.thoátToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
42             
this.lblChuThich = new System.Windows.Forms.Label();
43             expPlotter =
new VietGraph.ExpressionPlotter();
44             
this.mniThongTinDoThi = new System.Windows.Forms.ToolStripMenuItem();
45             
this.btnGiamDoNhayPolar = new System.Windows.Forms.Button();
46             
this.btnTangDoNhayPolar = new System.Windows.Forms.Button();
47             
this.btnLuuDoThi = new System.Windows.Forms.Button();
48             
this.btnSangPhai = new System.Windows.Forms.Button();
49             
this.btnThuNhoTrucY = new System.Windows.Forms.Button();
50             
this.btnSaoChepDoThi = new System.Windows.Forms.Button();
51             
this.btnSangTrai = new System.Windows.Forms.Button();
52             
this.btnPhongToTrucY = new System.Windows.Forms.Button();
53             
this.btnThuNhoTrucX = new System.Windows.Forms.Button();
54             
this.btnPhongToTrucX = new System.Windows.Forms.Button();
55             
this.btnThuNho = new System.Windows.Forms.Button();
56             
this.btnPhongTo = new System.Windows.Forms.Button();
57             
this.btnXuongDuoi = new System.Windows.Forms.Button();
58             
this.btnLenTren = new System.Windows.Forms.Button();
59             
this.contextMenuStrip1.SuspendLayout();
60             
this.SuspendLayout();
61             
//
62             
// label1
63             
//
64             
this.label1.AutoSize = true;
65             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
66             
this.label1.Location = new System.Drawing.Point(12, 70);
67             
this.label1.Name = "label1";
68             
this.label1.Size = new System.Drawing.Size(132, 13);
69             
this.label1.TabIndex = 9;
70             
this.label1.Text = "Select expressions to view";
71             
//
72             
// lblPosition
73             
//
74             
this.lblPosition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
75             
this.lblPosition.AutoSize = true;
76             
this.lblPosition.BackColor = System.Drawing.Color.White;
77             
this.lblPosition.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
78             
this.lblPosition.ForeColor = System.Drawing.Color.Red;
79             
this.lblPosition.Location = new System.Drawing.Point(12, 574);
80             
this.lblPosition.Name = "lblPosition";
81             
this.lblPosition.Size = new System.Drawing.Size(141, 16);
82             
this.lblPosition.TabIndex = 23;
83             
this.lblPosition.Tag = " ";
84             
this.lblPosition.Text = "Vị trí hiện tại của chuột:";
85             
//
86             
// lblSensitivity
87             
//
88             
this.lblSensitivity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
89             
this.lblSensitivity.AutoSize = true;
90             
this.lblSensitivity.BackColor = System.Drawing.Color.White;
91             
this.lblSensitivity.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
92             
this.lblSensitivity.ForeColor = System.Drawing.Color.Red;
93             
this.lblSensitivity.Location = new System.Drawing.Point(488, 9);
94             
this.lblSensitivity.Name = "lblSensitivity";
95             
this.lblSensitivity.Size = new System.Drawing.Size(94, 16);
96             
this.lblSensitivity.TabIndex = 24;
97             
this.lblSensitivity.Text = "Độ nhạy polar:";
98             
//
99             
// contextMenuStrip1
100             
//
101             
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
102             
this.cartesianToolStripMenuItem,
103             
this.polarToolStripMenuItem,
104             
this.ẩnHiệnKhungLướiToolStripMenuItem,
105             
this.ẩnHiệnBiểuThứcToolStripMenuItem,
106             
this.mniThemBotBieuThuc,
107             
this.mniThongTinDoThi,
108             
this.thoátToolStripMenuItem1});
109             
this.contextMenuStrip1.Name = "contextMenuStrip1";
110             
this.contextMenuStrip1.Size = new System.Drawing.Size(179, 180);
111             
//
112             
// cartesianToolStripMenuItem
113             
//
114             
this.cartesianToolStripMenuItem.Name = "cartesianToolStripMenuItem";
115             
this.cartesianToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
116             
this.cartesianToolStripMenuItem.Text = "Cartesian";
117             
this.cartesianToolStripMenuItem.Click += new System.EventHandler(this.cartesianToolStripMenuItem_Click);
118             
//
119             
// polarToolStripMenuItem
120             
//
121             
this.polarToolStripMenuItem.Name = "polarToolStripMenuItem";
122             
this.polarToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
123             
this.polarToolStripMenuItem.Text = "Polar";
124             
this.polarToolStripMenuItem.Click += new System.EventHandler(this.polarToolStripMenuItem_Click);
125             
//
126             
// ẩnHiệnKhungLướiToolStripMenuItem
127             
//
128             
this.ẩnHiệnKhungLướiToolStripMenuItem.Name = "ẩnHiệnKhungLướiToolStripMenuItem";
129             
this.ẩnHiệnKhungLướiToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
130             
this.ẩnHiệnKhungLướiToolStripMenuItem.Text = "Ẩn hiện khung lưới";
131             
this.ẩnHiệnKhungLướiToolStripMenuItem.Click += new System.EventHandler(this.ẩnHiệnKhungLướiToolStripMenuItem_Click);
132             
//
133             
// ẩnHiệnBiểuThứcToolStripMenuItem
134             
//
135             
this.ẩnHiệnBiểuThứcToolStripMenuItem.Name = "ẩnHiệnBiểuThứcToolStripMenuItem";
136             
this.ẩnHiệnBiểuThứcToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
137             
this.ẩnHiệnBiểuThứcToolStripMenuItem.Text = "Ẩn hiện biểu thức";
138             
this.ẩnHiệnBiểuThứcToolStripMenuItem.Click += new System.EventHandler(this.ẩnHiệnBiểuThứcToolStripMenuItem_Click);
139             
//
140             
// mniThemBotBieuThuc
141             
//
142             
this.mniThemBotBieuThuc.Name = "mniThemBotBieuThuc";
143             
this.mniThemBotBieuThuc.Size = new System.Drawing.Size(178, 22);
144             
this.mniThemBotBieuThuc.Text = "Thêm bớt biểu thức";
145             
this.mniThemBotBieuThuc.Click += new System.EventHandler(this.mniThemBotBieuThuc_Click);
146             
//
147             
// thoátToolStripMenuItem1
148             
//
149             
this.thoátToolStripMenuItem1.Name = "thoátToolStripMenuItem1";
150             
this.thoátToolStripMenuItem1.Size = new System.Drawing.Size(178, 22);
151             
this.thoátToolStripMenuItem1.Text = "Thoát";
152             
this.thoátToolStripMenuItem1.Click += new System.EventHandler(this.thoátToolStripMenuItem1_Click);
153             
//
154             
// lblChuThich
155             
//
156             
this.lblChuThich.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
157             
this.lblChuThich.AutoSize = true;
158             
this.lblChuThich.BackColor = System.Drawing.Color.White;
159             
this.lblChuThich.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
160             
this.lblChuThich.ForeColor = System.Drawing.Color.Red;
161             
this.lblChuThich.Location = new System.Drawing.Point(375, 574);
162             
this.lblChuThich.Name = "lblChuThich";
163             
this.lblChuThich.Size = new System.Drawing.Size(175, 16);
164             
this.lblChuThich.TabIndex = 39;
165             
this.lblChuThich.Tag = " ";
166             
this.lblChuThich.Text = "Hãy kích chuột phải để thoát";
167             
this.lblChuThich.TextAlign = System.Drawing.ContentAlignment.BottomRight;
168             
//
169             
// expPlotter
170             
//
171             expPlotter.ContextMenuStrip =
this.contextMenuStrip1;
172             expPlotter.DisplayText =
true;
173             expPlotter.DivisionsX =
8;
174             expPlotter.DivisionsY =
8;
175             expPlotter.Dock = System.Windows.Forms.DockStyle.Fill;
176             expPlotter.ForwardX =
0;
177             expPlotter.ForwardY =
0;
178             expPlotter.GraphMode = VietGraph.GraphMode.Rectangular;
179             expPlotter.Grids =
false;
180             expPlotter.Location =
new System.Drawing.Point(0, 0);
181             expPlotter.Name =
"expPlotter";
182             expPlotter.PenWidth =
1;
183             expPlotter.PolarSensitivity =
100;
184             expPlotter.PrintStepX =
1;
185             expPlotter.PrintStepY =
1;
186             expPlotter.ScaleX =
8;
187             expPlotter.ScaleY =
8;
188             expPlotter.Size =
new System.Drawing.Size(685, 599);
189             expPlotter.TabIndex =
0;
190             expPlotter.Text =
"expressionPlotter1";
191             expPlotter.Click +=
new System.EventHandler(expPlotter_Click);
192             expPlotter.MouseMove +=
new System.Windows.Forms.MouseEventHandler(expPlotter_MouseMove);
193             
//
194             
// mniThongTinDoThi
195             
//
196             
this.mniThongTinDoThi.Name = "mniThongTinDoThi";
197             
this.mniThongTinDoThi.Size = new System.Drawing.Size(178, 22);
198             
this.mniThongTinDoThi.Text = "Thông tin đồ thị";
199             
this.mniThongTinDoThi.Click += new System.EventHandler(this.mniThongTinDoThi_Click);
200             
//
201             
// btnGiamDoNhayPolar
202             
//
203             
this.btnGiamDoNhayPolar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
204             
this.btnGiamDoNhayPolar.BackColor = System.Drawing.Color.White;
205             
this.btnGiamDoNhayPolar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
206             
this.btnGiamDoNhayPolar.Image = global::VietGraph.Properties.Resources.polarDown;
207             
this.btnGiamDoNhayPolar.Location = new System.Drawing.Point(637, 378);
208             
this.btnGiamDoNhayPolar.Name = "btnGiamDoNhayPolar";
209             
this.btnGiamDoNhayPolar.Size = new System.Drawing.Size(36, 36);
210             
this.btnGiamDoNhayPolar.TabIndex = 38;
211             
this.btnGiamDoNhayPolar.UseVisualStyleBackColor = false;
212             
this.btnGiamDoNhayPolar.Click += new System.EventHandler(this.btnGiamDoNhayPolar_Click);
213             
this.btnGiamDoNhayPolar.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnGiamDoNhayPolar_MouseMove);
214             
//
215             
// btnTangDoNhayPolar
216             
//
217             
this.btnTangDoNhayPolar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
218             
this.btnTangDoNhayPolar.BackColor = System.Drawing.Color.White;
219             
this.btnTangDoNhayPolar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
220             
this.btnTangDoNhayPolar.Image = global::VietGraph.Properties.Resources.polarup;
221             
this.btnTangDoNhayPolar.Location = new System.Drawing.Point(637, 336);
222             
this.btnTangDoNhayPolar.Name = "btnTangDoNhayPolar";
223             
this.btnTangDoNhayPolar.Size = new System.Drawing.Size(36, 36);
224             
this.btnTangDoNhayPolar.TabIndex = 37;
225             
this.btnTangDoNhayPolar.UseVisualStyleBackColor = false;
226             
this.btnTangDoNhayPolar.Click += new System.EventHandler(this.btnTangDoNhayPolar_Click);
227             
this.btnTangDoNhayPolar.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnTangDoNhayPolar_MouseMove);
228             
//
229             
// btnLuuDoThi
230             
//
231             
this.btnLuuDoThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
232             
this.btnLuuDoThi.BackColor = System.Drawing.Color.White;
233             
this.btnLuuDoThi.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
234             
this.btnLuuDoThi.Image = global::VietGraph.Properties.Resources.disk;
235             
this.btnLuuDoThi.Location = new System.Drawing.Point(637, 0);
236             
this.btnLuuDoThi.Name = "btnLuuDoThi";
237             
this.btnLuuDoThi.Size = new System.Drawing.Size(36, 36);
238             
this.btnLuuDoThi.TabIndex = 36;
239             
this.btnLuuDoThi.Tag = "";
240             
this.btnLuuDoThi.UseVisualStyleBackColor = false;
241             
this.btnLuuDoThi.Click += new System.EventHandler(this.btnLuuDoThi_Click);
242             
this.btnLuuDoThi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnLuuDoThi_MouseMove);
243             
//
244             
// btnSangPhai
245             
//
246             
this.btnSangPhai.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
247             
this.btnSangPhai.BackColor = System.Drawing.Color.White;
248             
this.btnSangPhai.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
249             
this.btnSangPhai.Image = global::VietGraph.Properties.Resources.right;
250             
this.btnSangPhai.Location = new System.Drawing.Point(637, 508);
251             
this.btnSangPhai.Name = "btnSangPhai";
252             
this.btnSangPhai.Size = new System.Drawing.Size(36, 36);
253             
this.btnSangPhai.TabIndex = 25;
254             
this.btnSangPhai.UseVisualStyleBackColor = false;
255             
this.btnSangPhai.Click += new System.EventHandler(this.btnSangPhai_Click);
256             
this.btnSangPhai.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnSangPhai_MouseMove);
257             
//
258             
// btnThuNhoTrucY
259             
//
260             
this.btnThuNhoTrucY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
261             
this.btnThuNhoTrucY.BackColor = System.Drawing.Color.White;
262             
this.btnThuNhoTrucY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
263             
this.btnThuNhoTrucY.Image = global::VietGraph.Properties.Resources.ZoomOut_Y;
264             
this.btnThuNhoTrucY.Location = new System.Drawing.Point(637, 294);
265             
this.btnThuNhoTrucY.Name = "btnThuNhoTrucY";
266             
this.btnThuNhoTrucY.Size = new System.Drawing.Size(36, 36);
267             
this.btnThuNhoTrucY.TabIndex = 34;
268             
this.btnThuNhoTrucY.UseVisualStyleBackColor = false;
269             
this.btnThuNhoTrucY.Click += new System.EventHandler(this.btnThuNhoTrucY_Click);
270             
this.btnThuNhoTrucY.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnThuNhoTrucY_MouseMove);
271             
//
272             
// btnSaoChepDoThi
273             
//
274             
this.btnSaoChepDoThi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
275             
this.btnSaoChepDoThi.BackColor = System.Drawing.Color.White;
276             
this.btnSaoChepDoThi.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
277             
this.btnSaoChepDoThi.Image = global::VietGraph.Properties.Resources.copy;
278             
this.btnSaoChepDoThi.Location = new System.Drawing.Point(637, 42);
279             
this.btnSaoChepDoThi.Name = "btnSaoChepDoThi";
280             
this.btnSaoChepDoThi.Size = new System.Drawing.Size(36, 36);
281             
this.btnSaoChepDoThi.TabIndex = 35;
282             
this.btnSaoChepDoThi.UseVisualStyleBackColor = false;
283             
this.btnSaoChepDoThi.Click += new System.EventHandler(this.btnSaoChepDoThi_Click);
284             
this.btnSaoChepDoThi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnSaoChepDoThi_MouseMove);
285             
//
286             
// btnSangTrai
287             
//
288             
this.btnSangTrai.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
289             
this.btnSangTrai.BackColor = System.Drawing.Color.White;
290             
this.btnSangTrai.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
291             
this.btnSangTrai.Image = global::VietGraph.Properties.Resources.left;
292             
this.btnSangTrai.Location = new System.Drawing.Point(637, 550);
293             
this.btnSangTrai.Name = "btnSangTrai";
294             
this.btnSangTrai.Size = new System.Drawing.Size(36, 36);
295             
this.btnSangTrai.TabIndex = 27;
296             
this.btnSangTrai.UseVisualStyleBackColor = false;
297             
this.btnSangTrai.Click += new System.EventHandler(this.btnSangTrai_Click);
298             
this.btnSangTrai.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnSangTrai_MouseMove);
299             
//
300             
// btnPhongToTrucY
301             
//
302             
this.btnPhongToTrucY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
303             
this.btnPhongToTrucY.BackColor = System.Drawing.Color.White;
304             
this.btnPhongToTrucY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
305             
this.btnPhongToTrucY.Image = global::VietGraph.Properties.Resources.Zoomin_Y;
306             
this.btnPhongToTrucY.Location = new System.Drawing.Point(637, 252);
307             
this.btnPhongToTrucY.Name = "btnPhongToTrucY";
308             
this.btnPhongToTrucY.Size = new System.Drawing.Size(36, 36);
309             
this.btnPhongToTrucY.TabIndex = 33;
310             
this.btnPhongToTrucY.UseVisualStyleBackColor = false;
311             
this.btnPhongToTrucY.Click += new System.EventHandler(this.btnPhongToTrucY_Click);
312             
this.btnPhongToTrucY.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnPhongToTrucY_MouseMove);
313             
//
314             
// btnThuNhoTrucX
315             
//
316             
this.btnThuNhoTrucX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
317             
this.btnThuNhoTrucX.BackColor = System.Drawing.Color.White;
318             
this.btnThuNhoTrucX.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
319             
this.btnThuNhoTrucX.Image = global::VietGraph.Properties.Resources.ZoomOut_X;
320             
this.btnThuNhoTrucX.Location = new System.Drawing.Point(637, 210);
321             
this.btnThuNhoTrucX.Name = "btnThuNhoTrucX";
322             
this.btnThuNhoTrucX.Size = new System.Drawing.Size(36, 36);
323             
this.btnThuNhoTrucX.TabIndex = 32;
324             
this.btnThuNhoTrucX.UseVisualStyleBackColor = false;
325             
this.btnThuNhoTrucX.Click += new System.EventHandler(this.btnThuNhoTrucX_Click);
326             
this.btnThuNhoTrucX.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnThuNhoTrucX_MouseMove);
327             
//
328             
// btnPhongToTrucX
329             
//
330             
this.btnPhongToTrucX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
331             
this.btnPhongToTrucX.BackColor = System.Drawing.Color.White;
332             
this.btnPhongToTrucX.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
333             
this.btnPhongToTrucX.Image = global::VietGraph.Properties.Resources.ZoomIn_X;
334             
this.btnPhongToTrucX.Location = new System.Drawing.Point(637, 168);
335             
this.btnPhongToTrucX.Name = "btnPhongToTrucX";
336             
this.btnPhongToTrucX.Size = new System.Drawing.Size(36, 36);
337             
this.btnPhongToTrucX.TabIndex = 31;
338             
this.btnPhongToTrucX.UseVisualStyleBackColor = false;
339             
this.btnPhongToTrucX.Click += new System.EventHandler(this.btnPhongToTrucX_Click);
340             
this.btnPhongToTrucX.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnPhongToTrucX_MouseMove);
341             
//
342             
// btnThuNho
343             
//
344             
this.btnThuNho.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
345             
this.btnThuNho.BackColor = System.Drawing.Color.White;
346             
this.btnThuNho.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
347             
this.btnThuNho.Image = global::VietGraph.Properties.Resources.Zoomout;
348             
this.btnThuNho.Location = new System.Drawing.Point(637, 126);
349             
this.btnThuNho.Name = "btnThuNho";
350             
this.btnThuNho.Size = new System.Drawing.Size(36, 36);
351             
this.btnThuNho.TabIndex = 30;
352             
this.btnThuNho.UseVisualStyleBackColor = false;
353             
this.btnThuNho.Click += new System.EventHandler(this.btnThuNho_Click);
354             
this.btnThuNho.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnThuNho_MouseMove);
355             
//
356             
// btnPhongTo
357             
//
358             
this.btnPhongTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
359             
this.btnPhongTo.BackColor = System.Drawing.Color.White;
360             
this.btnPhongTo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
361             
this.btnPhongTo.Image = global::VietGraph.Properties.Resources.Zoomin;
362             
this.btnPhongTo.Location = new System.Drawing.Point(637, 84);
363             
this.btnPhongTo.Name = "btnPhongTo";
364             
this.btnPhongTo.Size = new System.Drawing.Size(36, 36);
365             
this.btnPhongTo.TabIndex = 29;
366             
this.btnPhongTo.UseVisualStyleBackColor = false;
367             
this.btnPhongTo.Click += new System.EventHandler(this.btnPhongTo_Click);
368             
this.btnPhongTo.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnPhongTo_MouseMove);
369             
//
370             
// btnXuongDuoi
371             
//
372             
this.btnXuongDuoi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
373             
this.btnXuongDuoi.BackColor = System.Drawing.Color.White;
374             
this.btnXuongDuoi.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
375             
this.btnXuongDuoi.Image = global::VietGraph.Properties.Resources.down;
376             
this.btnXuongDuoi.Location = new System.Drawing.Point(637, 468);
377             
this.btnXuongDuoi.Name = "btnXuongDuoi";
378             
this.btnXuongDuoi.Size = new System.Drawing.Size(36, 36);
379             
this.btnXuongDuoi.TabIndex = 26;
380             
this.btnXuongDuoi.UseVisualStyleBackColor = false;
381             
this.btnXuongDuoi.Click += new System.EventHandler(this.btnXuongDuoi_Click);
382             
this.btnXuongDuoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnXuongDuoi_MouseMove);
383             
//
384             
// btnLenTren
385             
//
386             
this.btnLenTren.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
387             
this.btnLenTren.BackColor = System.Drawing.Color.White;
388             
this.btnLenTren.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
389             
this.btnLenTren.Image = global::VietGraph.Properties.Resources.up;
390             
this.btnLenTren.Location = new System.Drawing.Point(637, 426);
391             
this.btnLenTren.Name = "btnLenTren";
392             
this.btnLenTren.Size = new System.Drawing.Size(36, 36);
393             
this.btnLenTren.TabIndex = 28;
394             
this.btnLenTren.UseVisualStyleBackColor = false;
395             
this.btnLenTren.Click += new System.EventHandler(this.btnLenTren_Click);
396             
this.btnLenTren.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnLenTren_MouseMove);
397             
//
398             
// Graph
399             
//
400             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
401             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
402             
this.ClientSize = new System.Drawing.Size(685, 599);
403             
this.Controls.Add(this.btnGiamDoNhayPolar);
404             
this.Controls.Add(this.btnTangDoNhayPolar);
405             
this.Controls.Add(this.btnLuuDoThi);
406             
this.Controls.Add(this.btnSangPhai);
407             
this.Controls.Add(this.btnThuNhoTrucY);
408             
this.Controls.Add(this.btnSaoChepDoThi);
409             
this.Controls.Add(this.lblChuThich);
410             
this.Controls.Add(this.btnSangTrai);
411             
this.Controls.Add(this.btnPhongToTrucY);
412             
this.Controls.Add(this.btnThuNhoTrucX);
413             
this.Controls.Add(this.btnPhongToTrucX);
414             
this.Controls.Add(this.btnThuNho);
415             
this.Controls.Add(this.btnPhongTo);
416             
this.Controls.Add(this.btnXuongDuoi);
417             
this.Controls.Add(this.btnLenTren);
418             
this.Controls.Add(this.lblSensitivity);
419             
this.Controls.Add(this.lblPosition);
420             
this.Controls.Add(expPlotter);
421             
this.Controls.Add(this.label1);
422             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
423             
this.MaximizeBox = false;
424             
this.Name = "Graph";
425             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
426             
this.Text = "Graph";
427             
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
428             
this.Resize += new System.EventHandler(this.Graph_Resize);
429             
this.Load += new System.EventHandler(this.Graph_Load);
430             
this.contextMenuStrip1.ResumeLayout(false);
431             
this.ResumeLayout(false);
432             
this.PerformLayout();
433
434         }
435
436         
#endregion
437
438         
private System.Windows.Forms.Label label1;
439         
private System.Windows.Forms.Label lblPosition;
440         
private System.Windows.Forms.Label lblSensitivity;
441         
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
442         
private System.Windows.Forms.ToolStripMenuItem cartesianToolStripMenuItem;
443         
private System.Windows.Forms.ToolStripMenuItem polarToolStripMenuItem;
444         
private System.Windows.Forms.ToolStripMenuItem ẩnHiệnKhungLướiToolStripMenuItem;
445         
private System.Windows.Forms.ToolStripMenuItem ẩnHiệnBiểuThứcToolStripMenuItem;
446         
private System.Windows.Forms.ToolStripMenuItem thoátToolStripMenuItem1;
447         
private System.Windows.Forms.Button btnSangPhai;
448         
private System.Windows.Forms.Button btnSangTrai;
449         
private System.Windows.Forms.Button btnXuongDuoi;
450         
private System.Windows.Forms.Button btnLenTren;
451         
private System.Windows.Forms.Button btnPhongTo;
452         
private System.Windows.Forms.Button btnThuNho;
453         
private System.Windows.Forms.Button btnPhongToTrucX;
454         
private System.Windows.Forms.Button btnThuNhoTrucX;
455         
private System.Windows.Forms.Button btnPhongToTrucY;
456         
private System.Windows.Forms.Button btnThuNhoTrucY;
457         
private System.Windows.Forms.Button btnSaoChepDoThi;
458         
private System.Windows.Forms.Button btnLuuDoThi;
459         
private System.Windows.Forms.Button btnTangDoNhayPolar;
460         
private System.Windows.Forms.Button btnGiamDoNhayPolar;
461         
private System.Windows.Forms.Label lblChuThich;
462         
private System.Windows.Forms.ToolStripMenuItem mniThemBotBieuThuc;
463         
private System.Windows.Forms.ToolStripMenuItem mniThongTinDoThi;
464         
public static ExpressionPlotter expPlotter;
465     }
466 }



Phần mềm vẽ đồ thị C# 6.588 lượt xem

Gõ tìm kiếm nhanh...